Platform Explorer / Nuxeo Platform 6.0

Contribution org.nuxeo.ecm.localconf.theme--widgettypes

This contribution is part of XML component org.nuxeo.ecm.localconf.theme inside nuxeo-localconf-web-6.0.jar

Extension Point

Extension point widgettypes of component WebLayoutManager.

Contributed Items

  • <widgetType name="theme_selection">
          <configuration>
            <categories>
              <category>configuration_not_ready</category>
            </categories>
          </configuration>
          <handler-class>
            org.nuxeo.ecm.platform.forms.layout.facelets.plugins.TemplateWidgetTypeHandler
          </handler-class>
          <property name="template">/widgets/theme_selection_widget_template.xhtml
          </property>
        </widgetType>

XML Source

<extension point="widgettypes" target="org.nuxeo.ecm.platform.forms.layout.WebLayoutManager">

    <!-- deprecated since 5.5: use flavor selection instead -->
    <widgetType name="theme_selection">
      <configuration>
        <categories>
          <category>configuration_not_ready</category>
        </categories>
      </configuration>
      <handler-class>
        org.nuxeo.ecm.platform.forms.layout.facelets.plugins.TemplateWidgetTypeHandler
      </handler-class>
      <property name="template">/widgets/theme_selection_widget_template.xhtml
      </property>
    </widgetType>

  </extension>